var go/types.binaryOpPredicates

3 uses

	go/types (current package)
		expr.go#L756: var binaryOpPredicates opPredicates
		expr.go#L760: 	binaryOpPredicates = opPredicates{
		expr.go#L827: 	if !check.op(binaryOpPredicates, x, op) {